Function |trim_start

std/text/compose::|trim_start


Usage

|trim_start(text)

Parameters

โ†ณ text: string

Return

โ†ด string


Trim start of string.

Return string with trailing whitespace removed. Whitespace is defined according to the terms of the Unicode Derived Core Property White_Space, which includes newlines.